Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flash speed for esp32-c3-devkitm-1 #1319

Closed
wants to merge 1 commit into from
Closed

Fix flash speed for esp32-c3-devkitm-1 #1319

wants to merge 1 commit into from

Conversation

Cyberbeni
Copy link

I got this device for ESPresense: https://www.aliexpress.com/item/1005006399553064.html
When flashing the device with the stock ESPresence image for ESP32-C3, it gets stuck in a bootloop, adding this to platformio.ini and manually building fixed the issue for me (I saw these setting being recommended at multiple places, only f_flash is the problem according to this):

board_build.f_flash = 40000000L
board_build.flash_mode = dio
board_build.flash_size = 4MB

@Jason2866
Copy link
Contributor

Jason2866 commented Feb 27, 2024

The board you are referencing is a different one than the PR is made.
The esp32-c3-devkitm-1 does work fine with 80M flash speed.

@Cyberbeni
Copy link
Author

The board you are referencing is a different one than the PR is made.

The esp32-c3-devkitm-1 does work fine with 80M flash speed.

Which one is the correct file? Or there is no config for the supermini yet and that's why everyone is recommending to use this devkit with additional settings? In which case I should create a new file for it and submit that for PR, right?

@Jason2866
Copy link
Contributor

Jason2866 commented Feb 28, 2024

@Cyberbeni Yes. First step is to provide support for the board in ArduinoIDE repo.
After the board is added there, a PR can be made here to add this new board variant.

So close this PR. It is wrong.

@Jason2866
Copy link
Contributor

Just saw, there is already #1295 for the super mini

@valeros
Copy link
Member

valeros commented Feb 28, 2024

The changes in this PR has nothing to do with esp32-c3-devkitm-1, so closing in favor of #1295.

@valeros valeros closed this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants